liboqs: Add library for quantum-safe cryptographic algorithms
authorChristian Marangi <[email protected]>
Tue, 11 Nov 2025 22:52:23 +0000 (23:52 +0100)
committerChristian Marangi <[email protected]>
Tue, 18 Nov 2025 12:48:00 +0000 (13:48 +0100)
commit4cf68081dbbfbd1dc0eb7f975c597207be7a9a14
treee7395f15ad36aae70b558c1b24096e5fed47317d
parent077036010512cf3f0facc365a3a6bdf56163f11f
liboqs: Add library for quantum-safe cryptographic algorithms

liboqs is an open source C library for quantum-safe cryptographic
algorithms.

liboqs provides:

- a collection of open source implementations of quantum-safe key
  encapsulation mechanisms (KEMs) and digital signature algorithms
- a common API for these algorithms
- a test harness and benchmarking routines

liboqs is part of the Open Quantum Safe (OQS) project, which aims to
develop and integrate into applications quantum-safe cryptography to
facilitate deployment and testing in real world contexts. In particular,
OQS provides prototype integrations of liboqs into protocols like TLS,
X.509, and S/MIME, through our OpenSSL 3 Provider and we provide a
variety of other post-quantum-enabled demos.

Signed-off-by: Christian Marangi <[email protected]>
Tested-by: Eneas U de Queiroz <[email protected]>
libs/liboqs/Makefile [new file with mode: 0644]